home *** CD-ROM | disk | FTP | other *** search
- %OP%DP0
- %OP%LP*
- %OP%TM4
- %OP%BM4
- %OP%LM5
- %OP%FGSystem.Fixed
- %OP%WC2,1750,528,1364,0,1,0,0
- %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299
- %CO:A,9,100%%C%%H1%String Functions Examples
-
-
- %C%Function
- Char
- Code
- Exact
- Find
- Join
- Left
- Length
- Lower
- Mid
- Proper
- Replace
- Rept
- Reverse
- Right
- String
- Trim
- Upper
- Value
- %CO:B,22,0%
-
-
- %C%Input 1
- %V%%C%65
- %V%%C%f5
- %C%PipeDream
- %C%nt
- %C%Colton
- %C%Colton Software
- %C%Exponential
- %C%CoMPlicAtED
- %C%Corresponding
- %C%this is a TITLE
- %C%Password : Secret
- %C%Can
- %C%Not a Palindrome
- %C%Colton Software
- %V%%C%65454
- %V%%C%" Lots of space "
- %C%jUSt liKe tHAt
- %C%1000
- %CO:C,10,0%
-
-
- %C%Input 2
- %C%-
- %C%-
- %C%PipeDream
- %C%Ancient
- %C%Software
- %V%%C%6
- %C%-
- %C% -
- %V%%C%4
- %C%-
- %V%%C%12
- %V%%C%2
- %C%-
- %V%%C%9
- %V%%C%0
- %C%-
- %C%-
- %C%-
- %CO:D,8,0%
-
-
- %C%Input 3
- %C%-
- %C%-
- %C%-
- %V%%C%1
- %C%-
- %C%-
- %C%-
- %C%-
- %V%%C%7
- %C%-
- %V%%C%6
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %C%-
- %CO:E,12,0%
-
-
- %C%Input 4
- %C% -
- %C% -
- %C% -
- %C% -
- %C%-
- %C% -
- %C% -
- %C% -
- %C% -
- %C% -
- %C%n/a
- %C% -
- %C% -
- %C% -
- %C% -
- %C% -
- %C% -
- %C%-
- %CO:F,16,0%
-
-
- %C%Output
- %V%%C%char(b5)
- %V%%C%code(b6)
- %V%%C%exact(b7,c7)
- %V%%C%find(b8,c8,d8)
- %V%%C%join(b9,c9)
- %V%%C%left(b10,c10)
- %V%%C%length(b11)
- %V%%C%lower(b12)
- %V%%C%mid(b13,c13,d13)
- %V%%C%proper(b14)
- %V%%C%replace(b15,c15,d15,e15)
- %V%%C%rept(b16,c16)
- %V%%C%reverse(b17)
- %V%%C%right(b18,c18)
- %V%%C%string(b19,c19)
- %V%%C%trim(b20)
- %V%%C%upper(b21)
- %V%%C%value(b22)
- %CO:G,2,36%%CO:H,62,0%
-
-
- Summary
- converts ASCII value to character
- converts character to ASCII value
- compares two strings - 1 TRUE, 0 FALSE.
- Attempts to find first string within second, starting at %H4%Input3. Input3%H4% is optional
- Concatenates any number of strings onto the end of each other string.
- Returns the first %H4%Input2%H4% charaters of a string.
- Returns the length of a string.
- Converts a string to contain only lower case letters.
- Extracts %H4%Input3%H4% characters from a string, starting from %H4%Input2%H4%.
- Capitalises every letter in a string which does not follow another letter.
- Replaces part of the %H4%Input1%H4%, starting with %H4%Input2%H4% up to %H4%Input3%H4% with %H4%Input4%H4%
- Repeats a string %H4%Input2%H4% times to form a new string.
- Reverses a string, character by character.
- Returns the last %H4%Input2%H4% characters of a string.
- Converts a number to a string, using %H4%Input2%H4% decimal places.%H4% Input2%H4% is optional.
- Strips all leading and trailing spaces and reduces multiple interior spaces to one.
- Converts a string to contain only upper case letters.
- Converts a string containing characters 0-9 to a number.
-